Sort by Title |
Sorted by Date |
Symbol to Library in GDB
(HTML)
QA1388: Shows how to find the library containing a symbol in GDB.
|
2004-11-15 |
Detecting the Debugger
(HTML)
QA1361: Shows how to determine whether you're being run under the debugger.
|
2004-10-27 |
Using the latest Mac OS X headers in my CFM project with CodeWarrior
(HTML)
QA1379: Describes how to use the latest Mac OS X headers in CodeWarrior by modifying the CFM project access paths.
|
2004-10-08 |
Generating an NMI Without a Programmer's Switch
(HTML)
( )
QA1264: Explains how to generate a non-maskable interrupt (NMI) on CPUs without programmer's switches.
|
2004-04-26 |
Remote or Two-Machine Debugging Applications with GDB
(HTML)
QA1279: Explains how to setup a remote or two-machine debugging configuration using gdb and ssh.
|
2003-09-09 |
Can't attach during two-machine debugging with GDB
(HTML)
( )
Deprecated - QA1019: Describes a workaround for a problem attaching during two-machine debugging on Mac OS X 10.0.x.
|
2003-06-02 |
'dynamic shared library not made a weak library in output with MACOSX_DEPLOYMENT_TARGET...' bug
(HTML)
( )
QA1233: Why 'ld' may give a warning about the Mac OS X_DEPLOYMENT_TARGET environment variable and its failure to weak link.
|
2003-04-01 |
Disabling a Processor on a Multiprocessor System
(HTML)
( )
QA1141: Describes how to disable a processor on a multiprocessor system for testing purposes.
|
2002-05-22 |
Library naming conventions for proper building and linking with the Mac OS X Developer Tools
(HTML)
QA1101: Describes the library naming conventions required by the Mac OS X Developer Tools to properly link against your libraries.
|
2001-12-20 |
Setting environment variables for user processes
(HTML)
QA1067: Tells how to set environment variables for user processes.
|
2001-10-25 |
Using Pascal strings in Project Builder
(HTML)
QA1053: Shows how to force gcc (compiler used by Project Builder) to understand Pascal strings.
|
2001-06-28 |
Detecting Macsbug
(HTML)
PLAT30: Explains how to detect whether MacsBug or another debugger is loaded and provides a code snippet.
|
1997-05-01 |
Stub Library FAQ
(HTML)
PLAT28: Explains stub libraries and their use, and differences between shared libraries and stub libraries.
|
1997-03-14 |
Running out of TOC Space
(HTML)
( )
PLAT22: Explains why an application might run out of TOC space and provides a workaround for this limitation.
|
1996-06-01 |
Diagnosing a Hang in vSyncWait
(HTML)
( )
PLAT18: Gives tips for diagnosing a hang in the vSyncWait loop.
|
1996-02-15 |
Using qd and QDGlobals
(HTML)
( )
Deprecated - QD40: Why a sample program compiled with SC may give the link error: undefined entry qd. Provides a solution.
|
1996-02-09 |